home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
gawk
/
gawk213s.zoo
/
gawk-src-2.13
/
atari
/
stack.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-14
|
248 b
|
7 lines
/*
* This value indicates an amount of reserved memory for a stack
* in executables - see source of a startup code for details.
* It can be changed without recompilation with fixstk.ttp utility.
*/
long _stksize = 2L; /* keep half of memory */